lastIndexOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int lastIndexOf(string str, string toFind, int startIndex)
    pure nothrow @nogc @safe
    int
    lastIndexOf
    (
    const string str
    ,
    const string toFind
    ,
    int startIndex = -1
    )
  2. int lastIndexOf(string str, char ch, int startIndex)

Meta